SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 43881: Submitting ODS HTML code to SAS® might result in a "Read access violation error in TASK [SASVODSV]" error

DetailsAboutRate It
In certain situations, submitting code to SAS® that uses the ODS HTML statement might result in the following error message being written to the SAS Log:
Error: Read access violation in TASK [SASVODSV]

This problem typically occurs when running SAS® 9.2 on a 64-bit Windows machine.

To circumvent the problem, include the following OPTIONS statement at the top of your code:

options helpbrowser=sas;

For more information about the HELPBROWSER system option, refer to SAS Note 34036.

Another circumvention for the problem is to include the following ODS statement at the top of your SAS code:

ods results off;


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemN/AMicrosoft® Windows® for 64-Bit Itanium-based Systems9.2 TS1M09.3 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS1M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS1M09.3 TS1M0
Microsoft Windows XP 64-bit Edition9.2 TS1M09.3 TS1M0
Microsoft® Windows® for x649.2 TS1M09.3 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.2 TS1M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS1M09.3 TS1M0
Microsoft Windows Server 2003 Standard Edition9.2 TS1M09.3 TS1M0
Microsoft Windows XP Professional9.2 TS1M09.3 TS1M0
Windows Vista9.2 TS1M09.3 TS1M0
Windows Vista for x649.2 TS1M09.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.